home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
gcc
/
ixemsdk.lha
/
man
/
cat3
/
creat.0
< prev
next >
Wrap
Text File
|
1996-09-02
|
1KB
|
32 lines
CREAT(3) UNIX Programmer's Manual CREAT(3)
NNAAMMEE
ccrreeaatt - create a new file
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssyyss//ttyyppeess..hh>>
##iinncclluuddee <<ssyyss//ssttaatt..hh>>
##iinncclluuddee <<ffccnnttll..hh>>
_i_n_t
ccrreeaatt(_c_o_n_s_t _c_h_a_r _*_p_a_t_h, _m_o_d_e___t _m_o_d_e)
DDEESSCCRRIIPPTTIIOONN
TThhiiss iinntteerrffaaccee iiss mmaaddee oobbssoolleettee bbyy:: open(2).
CCrreeaatt() is the same as:
open(path, O_CREAT | O_TRUNC | O_WRONLY, mode);
SSEEEE AALLSSOO
open(2)
SSTTAANNDDAARRDDSS
The ccrreeaatt() function call conforms to .
HHIISSTTOORRYY
The ccrreeaatt() function call appeared in Version 6 AT&T UNIX.
4th Berkeley Distribution June 23, 1991 1